@charset "UTF-8";
/* CSS Document */

/*公用样式表  头部，底部，分页，字体，字号*/
/*media的判断可以根据需要自定义新增或修改，基础的基本上够用了*/


/*小屏开始*/
@media only screen and (max-width: 768px) {
  .c_portalResBreadcrumb_nav-01001{
  display:none;
  }
  #w_grid-1596979540925{
    margin-top:5% !Important;
    margin-bottom:15% !important;
  }
  
  #c_portalResEbizads_banner-15961928697232342 .swiper-container:before{
     display:none;
  }
  #w_videobackbox-1596187062441 video{
    display:none;
  }
  #w_videobackbox-1596187062441 .w_videobackbox{
    background: url(/img/sj_pic.jpg) top center no-repeat;
    height: 260px;
    background-size: contain;
        margin-top: 60px;
}
  #w_common_text-1596201451955 span{
    font-size:20px !important;
  }
  #w_common_text-1596201686935 span{
  font-size: 13px !important;
  }
  #w_common_text-1596201686935{
    margin-top:5px;
  }
  #w_fbtn-1596201859684{
      max-width: 120px;
        min-height: 36px;
  }
  #w_videobackbox-1596187062441 .w_videobackbox:before{
      opacity: 0.5;
  }
  #c_portalResnav_main-1596187033271{
    height:60px;
    line-height:60px;
  }
  .c_portalResnav_main-01001001 .header2 .main-wrap{
    height:60px;
  }
  .c_portalResnav_main-01001001 .header2{
  height:60px;
  }
  
  .c_portalResnav_main-01001001 .header2 .logo{
    width: 280px;
    margin-top: 0px;
  }
  .c_portalResnav_main-01001001 .header2 .nav-btn{
  margin-top: 20px;
  }
  #w_common_text-1596191675581 span{
    font-size:32px !Important;
  }
  #w_common_text-1596187033191{
    margin-top:0px !important;
  }
  
  #w_common_text-1596187033191 span{
    font-size:24px !Important;
  }
  #w_common_text-1596187033206 span{
  font-size:24px !Important;
  }
  #w_common_text-1596187033206{
     margin:3% !Important;
  }
  
  #w_grid-1596187032851 >div:before{
    display:none;
  }
  #w_grid-1596199471088 > .w_grid.signal > .p_gridbox{
    background:none;
  }
  
  #w_grid-1596199937791{
     margin:5% auto !important;
  }
  #w_grid-1596198939876{
     margin:auto !important;
  }
  
  #w_grid-1596249695837{
    margin-top:-10px !Important;
  }
  #content_box-1596249695847-1{
    width:70% !Important;
    float:right;
     clear: inherit !Important;
  }
  #w_fimg-1596249695867{
     max-width:100% !Important;
       
  }
  
  #w_fbtn-1596249695909{
    display:none;
  }
  #w_common_text-1596249695877,#w_common_text-1596249695882,#w_common_text-1596249695886,#w_common_text-1596249695889{
     text-align:center;
    border-bottom:solid 1px #ddd;
    text-align: center;
    border-bottom: solid 1px #285382;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  #w_common_text-1596249695889{
    border:none;
  }
  #w_common_text-1596249695895,#w_common_text-1596249695898,#w_common_text-1596249695903,#w_common_text-1596249695906{
  text-align:center;
    display:none;
  }
  #w_common_text-1596249695913{
    width:90% !important;
    margin:auto !Important;
    padding:10px 0px !Important;
  }
  
  
}

 /*大屏开始*/ 
@media only screen and (min-width: 769px){

}
 /*大屏结束*/ 


/*中屏开始*/
@media only screen and (max-width: 1024px) and (min-width: 769px){


}
/*中屏结束*/


 /*小小屏幕 开始*/ 
@media only screen and (max-width: 414px){
 
  
}
 /*小小屏幕 结束*/

